testing.M.examples (field)

5 uses

	testing (current package)
		testing.go#L2281: 	examples    []InternalExample
		testing.go#L2327: 		examples:    examples,
		testing.go#L2408: 		listTests(m.deps.MatchString, m.tests, m.benchmarks, m.fuzzTargets, m.examples)
		testing.go#L2442: 		haveExamples = len(m.examples) > 0
		testing.go#L2445: 		exampleRan, exampleOk := runExamples(m.deps.MatchString, m.examples)